home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue24 / pgtray3x / PGTRAY3X.ZIP / Setup.exe / PGAPPWND.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-27  |  1010 b   |  26 lines

  1. //----------------------------------------------------------------------------
  2. // PGAppWnd.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: PGAppWnd.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef PGAppWndHPP
  6. #define PGAppWndHPP
  7. //----------------------------------------------------------------------------
  8. #include <Messages.hpp>
  9. #include <Windows.hpp>
  10. #include <SysUtils.hpp>
  11. #include <System.hpp>
  12. namespace Pgappwnd
  13. {
  14. //-- type declarations -------------------------------------------------------
  15. //-- var, const, procedure ---------------------------------------------------
  16. extern bool __fastcall PGShouldHideApplicationWindow(void);
  17. extern long __fastcall PGApplicationHandle(void);
  18. extern void __fastcall finalization(void);
  19.  
  20. }    /* namespace Pgappwnd */
  21. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  22. using namespace Pgappwnd;
  23. #endif
  24. //-- end unit ----------------------------------------------------------------
  25. #endif    // PGAppWnd
  26.